home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / network / pcmenu30.zip / PCMU$INI.DAT < prev    next >
Text File  |  1993-09-03  |  5KB  |  151 lines

  1. #
  2. #  PcMenu Version 3.0.x  Initialisation file.
  3. #  PalDef Version 3.0.x and later, also uses this file to locate Palette
  4. #  data file.
  5. #
  6. #  You can specify the directory where this file can be found using the
  7. #  /I option on the command line ( again with both PcMenu and PalDef )
  8. #
  9. #  Alternatively, both these programs use the NEW Dos Environment Variable
  10. #  PCMENU_INI when set to the directory containing this file. ( Which will
  11. #  overide the /I option )
  12. #
  13. #  DOS ENVIRONMENT VARIABLES ALWAYS OVERIDE THE VALUES IN THIS FILE !
  14. #  As you have probably gathered by now the '#' character is a comment !
  15. #
  16. #  This file consists of 'parameters' = 'value'
  17. #
  18. #  'value' 's can include values from DOS ENV by surrounding the
  19. #   DOS Envoronment Variable name in < > characters.
  20. #
  21. # PALETTE  specifies the directory in which the file PCMU$PAL.DAT
  22. #          DOS environment variable PCMENU_PALETTE will overide this
  23. #          value.
  24. #
  25. palette  = c:\pcmenu
  26. #
  27. #
  28. # HEADER   specifies the directory in which the file PCMU$HDR.DAT
  29. #          DOS environment variable PCMENU_HEADER will overide this
  30. #          value.
  31. #
  32. header   = c:\pcmenu
  33. #
  34. #
  35. # BATCH    specifes the DIRECTORY that you want the file PCMU$BAT.BAT
  36. #          to be created. This directory must be read/writeable.
  37. #          DOS environment variable PCMENU_BATCH will overide this
  38. #          value.
  39. #
  40. #          **Note the value placed here must also be placed in MENU.BAT**
  41. #          ( or whatever you are using to control the menu system )
  42. #
  43. #
  44. batch = c:\pcmenu
  45. #
  46. #
  47. #
  48. #
  49. # TEMP     specifies the directory that PcMenu uses for its scratch files.
  50. #          This directory must be read/writeable.
  51. #          DOS environment variable PCMENU_TEMP will overide this
  52. #          value.
  53. #
  54. temp  = c:\pcmenu
  55. #
  56. #
  57. # MENU_BATCH   specifies the path and name of the controling Batchfile
  58. #              ( or whatever ) that is used to reload PcMenu after
  59. #              command launch.  ( Default: MENU.BAT )
  60. #
  61. menu_batch  =   DEMO.BAT
  62. #
  63. #
  64. # BATCH_FILENAME  specifies the name of the batchfile that PcMenu creates
  65. #                 in the directory specified by the 'batch' parameter or
  66. #                 the PCMENU_BATCH Dos Environment Variable.
  67. #                 ( Default: PCMU$BAT.BAT )
  68. #
  69. #
  70. #          **Note the value placed here must also be placed in MENU.BAT**
  71. #          ( or whatever you are using to control the menu system )
  72. #
  73. #
  74. batch_filename = PCMU$BAT.BAT
  75. #
  76. # INFO_BOX_UPDATE  where the 'value' is set to the number of seconds that
  77. #                  you want PcMenu to check the PCMU$HDR.DAT file for
  78. #                  modificiation.
  79. #
  80. #             ( Warning - Small Values may put heavy loads on File Servers )
  81. #
  82. #                  if 'value' is set to 0 timed updating is not used,
  83. #                  and PcMenu only loads the Information Box on initial
  84. #                  startup and when returning from DOS after an executed
  85. #                  menu option !    ( Default: 0 )
  86. #
  87. info_box_update = 60
  88. #
  89. #
  90. # SCREEN_SAVER    where 'value' is set to the time in seconds
  91. #
  92. #
  93. screen_saver = 300
  94. #
  95. #
  96. # ALPHA_KEYING   Specifys whether you want alpha keying enabled !
  97. #                set 'value' to 'on'  for enabled
  98. #                            or 'off' for disabled ( Default )
  99. #
  100. alpha_keying = on
  101. #
  102. #
  103. # TABS     User Configurable tab positions, measure posion from left
  104. #          of window, each successive TAB character found will start
  105. #          cursor at the next tab spot.
  106. #          'value' is specified by a series of tab positions in increasing
  107. #          order, seperated by commas.
  108. #          Tab positions are used in 'Menu Titles' and 'Menu Options'
  109. #          Only.  There is no default value! ( ie. If they are not set
  110. #          explicitly, they are not used )
  111. #         
  112. tabs = 3, 8, 12, 16, 20
  113. #
  114. #  Options below are new to PcMenu v3.0.8
  115. # HELP_BAR_COLORS    Define the colours of the help bar by using global
  116. #                    colours from Information Box Details.
  117. #
  118. #                    DEFAULT is the default value for this option.
  119. #
  120. #         set 'value' to 'default' to always retain system Default settings
  121. #                     or 'infobox' to have colours follow GLOBAL colour
  122. #                     settings in the PCMU$HDR.DAT file
  123. #
  124. help_bar_colours = infobox
  125. #
  126. #
  127. #
  128. # SAVER_MESSAGES  Enables or Disables ALL Screen Saver Messages
  129. #
  130. #             set 'value' to 'on' to enable default saver messages, and
  131. #                         the 'screen_saver_message' if set. ( Default )
  132. #
  133. #                         to 'off' for NO messages.  The screen remains
  134. #                         blank.
  135. saver_messages = on
  136. #
  137. #
  138. # SCREEN_SAVER_MESSAGE  Display your own message while screen saver Active.
  139. #                   
  140. #                  This adds to the default list of screen saver messages
  141. #                  a user defined string "value" that will display
  142. #                  every THIRD time. (ie. after the two default messages)
  143. #
  144. #                  Text MUST be enclosed in quotes and can be <= 80 chars !
  145. #
  146. screen_saver_message= "PcMenu Version 3.0 now has MORE features to offer !"
  147. #
  148. #